home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / SamDodge.swf / scripts / DefineButton2_101 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-07-07  |  139 b   |  9 lines

  1. on(release){
  2.    gotoAndStop(7);
  3.    tellTarget("/drivers/car" add eval("/:i"))
  4.    {
  5.       gotoAndStop("jump");
  6.       play();
  7.    }
  8. }
  9.